home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
net
/
inet1_3.lha
/
INetUtils-1.3
/
S
/
StartSMTPd
Wrap
Text File
|
1994-01-11
|
877b
|
26 lines
;
; StartSMTPd
;
; Copyright 1993 by Michael B. Smith.
; All Rights Reserved.
;
; Example script to start the STMPd Daemon.
;
; SMTPMailDir points to where MailBoxes/Folders are located. It may be
; shared with UUCP MailBoxes and Folders (they are the same format).
;
; SMTPSpoolDir is the directory where SMTP spool files are to be located.
; If SMTPpost cannot locate a destination host, it places the articles
; in this directory, and retries sending the messages on a regular basis.
; It *may not* be shared with UUSpool. The batch files are a different
; format.
;
; SMTPSmarterHost is the SMTP host where mail is sent if the destination
; host is not reachable. It is presumed to be an Internet host which
; has better routing information than do we.
;
SetEnv SMTPMailDir UUMail:
SetEnv SMTPSpoolDir UUStuff:SMTPSpoolDir/
SetEnv SMTPSmarterHost Mail.Virginia.EDU
SMTPd